home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP Şubat 1998.iso
/
drivers
/
YAZICI
/
KYOCERA
/
FS_SERIE
/
WINNT40
/
OEMSETUP.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1997-03-10
|
3KB
|
117 lines
[Version]
Signature="$Windows NT$"
Provider=%HSM%
LayoutFile=layout.inf
Class=Printer
;
; Manufacturer Sections
;
; This section lists all of the manufacturers that we will
; display in the Dialog box.
;
[Manufacturer]
KYOCERA
;
; Model Sections
;
; These sections correspond with an entry listed in the
; [Manufacturer] section above. The models will be displayed in the order
; that they appear here.
;
[KYOCERA]
"Kyocera FS-1600" = KYOPCL5E.DLL
"Kyocera FS-1600+" = KYOPCL5E.DLL
"Kyocera FS-3600" = KYOPCL5E.DLL
"Kyocera FS-3600+" = KYOPCL5E.DLL
"Kyocera FS-1700" = KYOPCL5E.DLL
"Kyocera FS-3700" = KYOPCL5E.DLL
"Kyocera FS-6500" = KYOPCL5E.DLL
"Kyocera FS-6500+" = KYOPCL5E.DLL
"Kyocera FS-850" = KYOPCL5E.DLL
"Kyocera FS-1500" = KYOPCL5E.DLL
"Kyocera FS-1550" = KYOPCL5E.DLL
"Kyocera FS-1550+" = KYOPCL5E.DLL
"Kyocera FS-400" = KYOPCL5E.DLL
"Kyocera FS-3400" = KYOPCL5E.DLL
"Kyocera FS-3400+" = KYOPCL5E.DLL
"Kyocera FS-3500" = KYOPCL5E.DLL
"Kyocera FS-5500" = KYOPCL5E.DLL
;
; Installer Sections
;
; These sections control file installation, and reference all files that
; need to be copied. The section name will be assumed to be the driver
; data file, unless there is an explicit DataFile section listed.
;
; Also note the ".NT" or ".WIN" notation. This is done to allow for a single
; INF to work on Win9x and WinNT. When this format is used, the DataFile
; must be declared explicitly.
; Win95 does not support this notation, so the old format is used.
; See the latest WinNT DDK for more info.
;
[KYOPCL5E.DLL.NT]
CopyFiles=@KYOPCL5E.DLL,@RASDDUI.DLL,@HSM_02.DLL,RASDD_NT
DataFile=KYOPCL5E.DLL
DataSection=RASDD_DATA_NT
[KYOPCL5E.DLL]
CopyFiles=@KYOPCL5E.DLL,@RASDDUI.DLL,@HSM_02.DLL,RASDD_NT
DataSection=RASDD_DATA_NT
; Copy Sections
;
; Lists of files that are actually copied. These sections are referenced
; from the installer sections above. Only create a section if it contains
; two or more files (if we only copy a single file, identify it in the
; installer section, using the @filename notation) or if it's a color
; profile (since the DestinationDirs can only handle sections, and not
; individual files).
;
[RASDD_NT]
RASDD.DLL
HSM_01.DLL
RASDDUI.HLP
[RASDD_DATA_NT]
DriverFile=RASDD.DLL
ConfigFile=HSM_01.DLL
HelpFile=RASDDUI.HLP
;
; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
; (depending on which environment drivers are getting installed)
;
[DestinationDirs]
DefaultDestDir=66000
;
; diskid = description,tagfile,unused,subdir
;
[SourceDisksNames]
4 = %Floppy%,,,""
;
; filename_on_source = diskid,subdir,size,checksum,spare,spare
; extra fields are nt-specific
; bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
;
[SourceDisksFiles]
KYOPCL5E.DLL = 4,,,,,,,11,3
RASDD.DLL = 4
RASDDUI.DLL = 4
RASDDUI.HLP = 4
;
; Localizable Strings
;
[Strings]
HSM="HSM AG"
KYOCERA="Kyocera"
Floppy="Kyocera Printer Disk for MS Windows NT 4.0"
;CLASSNAME="Printer"